All Questions
2 questions
2votes
2answers
693views
Module pattern in C with threading - where to control threads?
So I'm working on a growing C program in a Linux / POSIX environment, and I've run into an area where I'm not quite sure how to proceed. Basically, I'm using a module pattern to develop my code for ...
6votes
1answer
3kviews
Best Creational Pattern for loggers in a multi-threaded system?
This is a follow up question on my past questions : Concurrency pattern of logger in multithreaded application As suggested by others, I am putting this question separately. As the learning from ...